home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1997 February / Software of the Month Club 1997 February.iso / pc / dos / edu / calc / arithm.bat next >
Encoding:
DOS Batch File  |  1996-10-26  |  156 b   |  13 lines

  1. rem Arithmetic:
  2. calc 1+2
  3. @pause
  4. calc a = 1
  5. calc b = 2
  6. calc c = a+b
  7. calc c
  8. @pause
  9. calc sqrt(2)
  10. calc 2^(1/2)
  11. calc sin(Pi/4)^2
  12. calc cos(45*[deg])
  13.